runtime.g.throwsplit (field)

7 uses

	runtime (current package)
		proc.go#L3597: 	_g_.throwsplit = true
		proc.go#L3688: 	_g_.throwsplit = true
		proc.go#L3778: 		_g_.throwsplit = false
		proc.go#L3815: 	_g_.throwsplit = false
		runtime2.go#L454: 	throwsplit   bool // must not split stack
		signal_unix.go#L647: 	if c.sigcode() != _SI_USER && flags&_SigPanic != 0 && gp.throwsplit {
		stack.go#L975: 	if thisg.m.curg.throwsplit {